Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 24, 2025
1 parent bbd9977 commit 0873550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nanosaur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@

# flake8: noqa


__author__ = "Raffaello Bonghi"
__email__ = "raffaello@rnext.it"
__cr__ = "(c) 2025, RB"
__copyright__ = "(c) 2025, Raffaello Bonghi"
# Version package
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme
__version__ = "0.0.2"

from .utilities import Params, RobotList, Robot, get_nanosaur_home, build_env_file, is_env_file # noqa: F401

# EOF

0 comments on commit 0873550

Please sign in to comment.