-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure project to have supporting files inside a "dfiq" director…
…y. Replace os.path usages with pathlib.Path. Other minor refactoring.
- Loading branch information
1 parent
b30247f
commit 065f222
Showing
10 changed files
with
53 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from .dfiq import DFIQ, Scenario, Facet, Question, Approach | ||
__all__ = ['DFIQ', 'Scenario', 'Facet', 'Question', 'Approach'] | ||
__version__ = '1.0.0' | ||
__author__ = 'Ryan Benson' | ||
__email__ = '[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.