Changeset 257ed82 in pycorepos
- Timestamp:
- 07/15/2020 09:42:28 PM (3 years ago)
- Branches:
- master
- Children:
- 13b8380
- Parents:
- 68ab8ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
corepos/__init__.py
r68ab8ff r257ed82 1 # -*- coding: utf-8; -*- 2 ################################################################################ 3 # 4 # pyCOREPOS -- Python Interface to CORE POS 5 # Copyright © 2018-2020 Lance Edgar 6 # 7 # This file is part of pyCOREPOS. 8 # 9 # pyCOREPOS is free software: you can redistribute it and/or modify it under 10 # the terms of the GNU General Public License as published by the Free 11 # Software Foundation, either version 3 of the License, or (at your option) 12 # any later version. 13 # 14 # pyCOREPOS is distributed in the hope that it will be useful, but WITHOUT ANY 15 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 16 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 17 # details. 18 # 19 # You should have received a copy of the GNU General Public License along with 20 # pyCOREPOS. If not, see <http://www.gnu.org/licenses/>. 21 # 22 ################################################################################ 23 """ 24 CORE POS Interface 25 """ 26 27 from ._version import __version__
Note: See TracChangeset
for help on using the changeset viewer.