Skip to content
This repository was archived by the owner on Jul 8, 2018. It is now read-only.

Commit 7b85488

Browse files
committed
change structure
1 parent f86d25d commit 7b85488

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

app/Atoms.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
3-
"""
4-
Module implementing Atoms.
5-
"""
61
from math import pi, cos, sin
72

83
from PyQt5.QtCore import (QParallelAnimationGroup, QPointF, QPropertyAnimation, QRectF, Qt, qrand, qsrand, QTime)
@@ -11,17 +6,7 @@
116

127

138
class Atoms(QGraphicsView):
14-
"""
15-
Class documentation goes here.
16-
"""
17-
189
def __init__(self, parent=None):
19-
"""
20-
Constructor
21-
22-
@param parent reference to the parent widget
23-
@type QWidget
24-
"""
2510
super(Atoms, self).__init__(parent)
2611
self.scene = QGraphicsScene()
2712
self.scene.setSceneRect(0, 0, 150, 150)

0 commit comments

Comments
 (0)