Skip to content

Commit

Permalink
feature(install): update utils module import
Browse files Browse the repository at this point in the history
  • Loading branch information
parsariyahi committed Dec 31, 2023
1 parent 6099ead commit 89b2c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions progature/install.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import os
import sys
from pathlib import Path

sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

from progature.utils.init import create_all_games
from progature.utils import create_all_games


if __name__ == "__main__":
Expand Down

0 comments on commit 89b2c69

Please sign in to comment.