Skip to content

Commit

Permalink
Rename main.py and create __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDecker committed Jan 29, 2025
1 parent a7a971e commit 3914eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file added src/quark/__init__.py
Empty file.
6 changes: 3 additions & 3 deletions src/quark/main.py → src/quark/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from collections.abc import Iterable
import yaml

from Installer import Installer
from utils import _expand_paths
from utils_mpi import MPIStreamHandler, MPIFileHandler, get_comm
from quark.Installer import Installer
from quark.utils import _expand_paths
from quark.utils_mpi import MPIStreamHandler, MPIFileHandler, get_comm

comm = get_comm()

Expand Down

0 comments on commit 3914eb8

Please sign in to comment.