Skip to content

Commit

Permalink
Merge pull request #30 from CPJKU/develop
Browse files Browse the repository at this point in the history
Cleanup for demo at ISAIMP
  • Loading branch information
CarlosCancino-Chacon authored Nov 30, 2023
2 parents 9d1049b + 58f08d9 commit 27f7b49
Show file tree
Hide file tree
Showing 50 changed files with 1,834 additions and 1,531 deletions.
3 changes: 2 additions & 1 deletion accompanion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"""
Top level of the package
"""
import importlib.util
import platform

import pkg_resources
import importlib.util

# OS: Linux, Mac or Windows
PLATFORM = platform.system()
Expand Down
1 change: 0 additions & 1 deletion accompanion/accompanist/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from .accompanist import ACCompanion
Loading

0 comments on commit 27f7b49

Please sign in to comment.