Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
analytics-tools-forcefield
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nomad-lab
analytics-tools-forcefield
0701157102b321cf38802530937d8e6f1b8632af
0701157102b321cf38802530937d8e6f1b8632af
Switch branch/tag
analytics-tools-forcefield
python-module
ML_of_Forces
DataModel
baseclasses.py
Find file
Normal view
History
Permalink
baseclasses.py
71 Bytes
Edit
Web IDE
Newer
Older
adding datamodel class and future version of GP
Adam Fekete
committed
Jan 24, 2017
1
2
3
4
5
from
abc
import
ABCMeta
class
DataModel
(
metaclass
=
ABCMeta
):
pass