mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +01:00
refactor code into modules
This commit is contained in:
@ -5,7 +5,7 @@ from matplotlib.patches import Circle
|
||||
import numpy as np
|
||||
|
||||
from pg_rad.path import Path
|
||||
from pg_rad.sources import PointSource
|
||||
from pg_rad.objects import PointSource
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import logging
|
||||
|
||||
from pg_rad.objects import Object
|
||||
from pg_rad.isotope import Isotope
|
||||
from pg_rad.isotopes import Isotope
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user