Skip to content

Commit

Permalink
ini
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 23, 2019
1 parent a2fda69 commit 6fba364
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ ENV/
# mypy
.mypy_cache/
.Rhistory
*.py
test.py
10 changes: 10 additions & 0 deletions TruScanEEGpy/layouts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
"""
layouts submodule.
"""

import inspect

class Path:
def layouts():
return(inspect.getfile(Path).split("__init__")[0])

0 comments on commit 6fba364

Please sign in to comment.