mirror of
https://codeberg.org/Yael-II/Matplotlib-Style.git
synced 2026-03-14 21:36:28 +01:00
2025-11-21: Working structure
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
# along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
|
||||
[project]
|
||||
name = "manchot-plot"
|
||||
name = "manchot_plot"
|
||||
version = "0.0.1"
|
||||
authors = [
|
||||
{ name="Moussouni, Yaël", email="yael.moussouni@astro.unistra.fr" },
|
||||
|
||||
@@ -29,4 +29,4 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see www.gnu.org/licenses/.
|
||||
"""
|
||||
|
||||
from manchot_plot import *
|
||||
from .manchot_plot import *
|
||||
@@ -29,4 +29,5 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see www.gnu.org/licenses/.
|
||||
"""
|
||||
|
||||
a = 0
|
||||
def ping():
|
||||
return "pong"
|
||||
@@ -1,3 +1,3 @@
|
||||
import manchot
|
||||
import manchot_plot
|
||||
|
||||
print(manchot.a)
|
||||
print(manchot_plot.a)
|
||||
|
||||
Reference in New Issue
Block a user